Interface WithdrawStakeLog

interface WithdrawStakeLog {
    lp_tokens: BN;
    owner: PublicKey;
    pool_name: string;
}

Properties

lp_tokens: BN
owner: PublicKey
pool_name: string