@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface EarningsActionRequest

    interface EarningsActionRequest {
        action: "register-split" | "compute-shares" | "settle";
        agentId?: string;
        developerId?: string;
        periodId?: string;
        splitPct?: number;
    }
    Index

    Properties

    action: "register-split" | "compute-shares" | "settle"
    agentId?: string
    developerId?: string
    periodId?: string
    splitPct?: number