interface AccountApprovalsParams {
    account: string;
    tokenType?: types/domains/account.TokenType;
    byTokenId?: boolean;
}

Properties

account: string

Account address, it's like 0x672158893ce87d812befd2209bc1b7818fe48b2a

@enum CRC20, CRC721, CRC1155
byTokenId?: boolean

Whether to query each NFT token id, only valid for CRC721.

false
@enum true, false