BridgeAsset
mutation allows you to send one single asset/NFT to the bridge contract. You can run the following mutation to get started:BridgeAsset
mutation.assetId
(type: String!
, example: "7000000000000002"
)assetIndex
(optional, type: String
, example: "0"
)value
(optional, type: BigInt
, example: "5"
, default: "1"
)"1"
, when asset is non-fungible.wallet
(optional, type: EthAddress
, project-schema only)BridgeAssets
mutation allows you to send multiple digital assets/non-fungible tokens (NFTs).BridgeAssets
function.BridgeAssets
mutation.assetId
(type: String!
, example: "7000000000000002"
)assetIndices
(optional, type: [String!]!
, example: [1, 2, 3]
)wallet
(optional, type: EthAddress
, project-schema only)BridgeClaimAsset
mutation allows you to claim your asset/NFT on the Enjin Bridge.assetId
, and you can optionally (on the project schema) override the wallet
in question.