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

    Interface ApiPerpetualsVaultOwnerUpdatePerformanceFeeTxBody

    API body to update the owner's fee percentage on a vault.

    interface ApiPerpetualsVaultOwnerUpdatePerformanceFeeTxBody {
        performanceFeePercentage: number;
        sponsor?: PerpetualsSponsorConfig;
        txKind?: string;
        vaultId: string;
    }
    Index
    performanceFeePercentage: number

    New performance fee as a decimal fraction.

    Optional cached gas-pool sponsorship data.

    txKind?: string

    Optional serialized transaction kind to extend.

    vaultId: string

    Vault whose performance fee is updated.