Type Alias AccountTransfers
AccountTransfers: { total?: number; next?: string; list?: { epochNumber?: number; transactionHash?: string; from?: string; to?: string; amount?: string; tokenId?: string; timestamp?: number | string; cursor?: string; type?: string; nonce?: string; method?: string; status?: number; gasFee?: string; methodId?: string; contract?: string; }[]; addressInfo?: { [key: string]: { contract?: { name?: string; verify?: { result?: number } }; token?: { name?: string; symbol?: string; decimals?: number; website?: string; iconUrl?: string; tokenType?: types/domains/account.TokenType; }; }; };} Type declaration
Optional
total?: number
Optional
next?: string
Optional
list?: {
epochNumber?: number;
transactionHash?: string;
from?: string;
to?: string;
amount?: string;
tokenId?: string;
timestamp?: number | string;
cursor?: string;
type?: string;
nonce?: string;
method?: string;
status?: number;
gasFee?: string;
methodId?: string;
contract?: string;
}[]
Optional
addressInfo?: {
[key: string]: {
contract?: { name?: string; verify?: { result?: number } };
token?: {
name?: string;
symbol?: string;
decimals?: number;
website?: string;
iconUrl?: string;
tokenType?: types/domains/account.TokenType;
};
};
}