Coda by Ian Macalinao
    Preparing search index...
    interface DepositEntryArgs {
        allowClawback: boolean;
        amountDepositedNative: number | bigint;
        amountInitiallyLockedNative: number | bigint;
        isUsed: boolean;
        lockup: LockupArgs;
        reserved: number[];
        votingMintConfigIdx: number;
    }
    Index

    Properties

    allowClawback: boolean
    amountDepositedNative: number | bigint
    amountInitiallyLockedNative: number | bigint
    isUsed: boolean
    lockup: LockupArgs
    reserved: number[]
    votingMintConfigIdx: number