Erc20TransferEvent: {
    blockNumber: number;
    contract: BlockchainAddress;
    decimals: number;
    direction: TransferDirection;
    fee?: Amount;
    from: BlockchainAddress;
    index?: string;
    kind: Erc20Transfer;
    network: BlockchainNetwork;
    symbol?: string;
    timestamp: IsoDatetime;
    to: BlockchainAddress;
    txHash: string;
    value: Amount;
    verified?: boolean;
    walletId: EntityId;
}

Type declaration

Generated using TypeDoc