interface TokenOfferId {
    to_addr: string;
    token_id: TokenId;
}

Properties

Properties

to_addr: string
token_id: TokenId