interface TokenSwapEvent {
    coin_amount: bigint;
    coin_type_info: TypeInfo;
    token_amount: bigint;
    token_buyer: string;
    token_id: TokenId;
}

Properties

coin_amount: bigint
coin_type_info: TypeInfo
token_amount: bigint
token_buyer: string
token_id: TokenId