aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface ApiPerpetualsBuilderCodesCreateIntegratorVaultTxBody

    Request payload for creating a transaction to initialize an integrator fee vault.

    Before an integrator can claim fees, they must first create a global vault. This is a one-time setup per integrator and applies across all markets. The integrator's identity (address) is taken from the transaction sender on-chain.

    interface ApiPerpetualsBuilderCodesCreateIntegratorVaultTxBody {
        sponsor?: PerpetualsSponsorConfig;
        txKind?: string;
    }
    Index

    Optional cached gas-pool sponsorship data.

    txKind?: string

    Optional existing transaction kind (base64-encoded) to extend.

    If provided, the vault creation will be added to this transaction.