Interface UnstakeRequestLog

interface UnstakeRequestLog {
    amount: BN;
    owner: PublicKey;
    pool_name: string;
}

Properties

amount: BN
owner: PublicKey
pool_name: string