Get Fungible Smart Voucher By Transaction
GraphQL API
- Query Example
query getFungibleSmartVoucherByTransaction { transaction( transaction: "0x9b7d82aa70e7945720b28d209d846c2e845fede6cddf4d24360ef0ea56a48a6f" ) { publishFungibleVoucher { pageInfo { endCursor hasNextPage } totalCount edges { node { id block blockHash transaction transactionIndex transactionLogIndex contract publisher voucher age type: __typename } } } } }
Copyright © 2018-2019 FST Network Ltd., all rights reserved.