Skip to main content

Mutations

postBlockMetadata

Type: String!

Mutation to store block's metadata

Arguments

NameDescription

blockMetadataInput
PostBlockMetadataInput!

The metadata input for the block to be stored on IPFS.

postResolver

Type: String!

Mutation to store block's resolvers

Arguments

NameDescription

name
String!

The name of the resolver to be stored on IPFS.

code
String!

The code of the resolver to be stored on IPFS.

postVaultMetadata

Type: String!

Mutation to store vault's metadata

Arguments

NameDescription

vaultMetadataInput
PostVaultMetadataInput!

The metadata input for the vault to be stored on IPFS.

registerAccount

Type: Boolean!

Register an user account

Arguments

NameDescription

chainId
Float

chain id of the contract (only needed for eip 1271).

address
String!

The address of the user signing the terms of service.

signature
String!

The signature provided by the user for the terms of service.

referralCode
String!

The referral code.