This mutation allows the creation of a user multisig.
Sample Mutation
Create a Multisig with a name qwr:
mutation{
createUserMultisig(chainId:1 name:"qwr")
}Sample Response
{
"data": {
"createUserMultisig": ""
}
}Arguments
Name | Type | Description | Required |
|---|---|---|---|
| Integer | The chain ID. | Yes |
Returns
Name | Type | Description |
|---|---|---|
N/A | String | The value of the created multisig. |
Example
Create a user Multisig with a defined name and chain ID:
