Publish Non-Fungible Voucher
GraphQL API
- Mutation Example
mutation publishNonFungibleVoucher { publishNonFungibleVoucher(input: { name: "A NFT", symbol: "ANFT", consumable: true, vendible: true }) { transaction submitToken ethereumKey } }
- Annotations for the parameters and attributes
- This ledger creation consumes 600 Master Service Gas
- The response of this API will contain
data.publishNonFungibleVoucher.transaction
anddata.publishNonFungibleVoucher.submitToken
for signing before submitting transaction
- Permission
- Only Issuer is permitted to invoke this API
Copyright © 2018-2019 FST Network Ltd., all rights reserved.