interface AccountTokensParams {
    account: string;
    tokenType?: types/domains/account.TokenType;
}

Properties

Properties

account: string

Account address, it's like 0x672158893ce87d812befd2209bc1b7818fe48b2a

Token type, includes CRC20、CRC721、CRC1155 or native. Multiple types separated by commas. If not set, all tokens will be returned.