Mutations
postBlockMetadata
Type: String!
Mutation to store block's metadata
Arguments
Name | Description |
---|---|
blockMetadataInput | The metadata input for the block to be stored on IPFS. |
postResolver
Type: String!
Mutation to store block's resolvers
Arguments
Name | Description |
---|---|
name | The name of the resolver to be stored on IPFS. |
code | The code of the resolver to be stored on IPFS. |
postVaultMetadata
Type: String!
Mutation to store vault's metadata
Arguments
Name | Description |
---|---|
vaultMetadataInput | The metadata input for the vault to be stored on IPFS. |
registerAccount
Type: Boolean!
Register an user account
Arguments
Name | Description |
---|---|
chainId | chain id of the contract (only needed for eip 1271). |
address | The address of the user signing the terms of service. |
signature | The signature provided by the user for the terms of service. |
referralCode | The referral code. |