Erc721Log: {
    address: BlockchainAddress;
    from: BlockchainAddress;
    index: number;
    kind: Erc721;
    to: BlockchainAddress;
    tokenId: string;
}

Type declaration

Generated using TypeDoc