Interface BurnAndStakeLog

interface BurnAndStakeLog {
    active_stake_amount: BN;
    current_timestamp: BN;
    last_updated_timestamp: BN;
    level: number;
    nft_mint: PublicKey;
    owner: PublicKey;
    stake_amount: BN;
    token_stake: PublicKey;
}

Properties

active_stake_amount: BN
current_timestamp: BN
last_updated_timestamp: BN
level: number
nft_mint: PublicKey
owner: PublicKey
stake_amount: BN
token_stake: PublicKey