Erc20Log: {
    address: BlockchainAddress;
    from: BlockchainAddress;
    index: number;
    kind: Erc20;
    to: BlockchainAddress;
    value: Amount;
}

Type declaration

Generated using TypeDoc