Interface RebateVault

interface RebateVault {
    allowPayout: boolean;
    availableAmount: BN;
    availableUsd: BN;
    bump: number;
    isInitialized: boolean;
    key: PublicKey;
    padding: BN[];
    tokenAccount: PublicKey;
    tokenAccountBump: number;
}

Properties

allowPayout: boolean
availableAmount: BN
availableUsd: BN
bump: number
isInitialized: boolean
key: PublicKey
padding: BN[]
tokenAccount: PublicKey
tokenAccountBump: number