This mutation allows the creation of multisig by an organization.
Sample Mutation
Create a Multisig in an organization with a name Wallet_B:
mutation{
createOrgMultisig(orgId:"a1dc174d-abf4-47d3-be3c-9281c6eba456" chainId:4 name:"Wallet_B")
}
Sample Response
{
"data": {
"createOrgMultisig": "0x392c36337a86a6e07d261c69672e500ca102329259b0c816bc71909e7c6dcb3c"
}
}
Result
Arguments
Name | Type | Description | Required |
---|---|---|---|
orgId | UUID1 | The organization ID. | Yes |
chainId | Integer | The chain ID. | Yes |
Returns
Name | Type | Description |
---|---|---|
N/A | String | The value of the created multisig by the organization. |
Example
Create a Multisig with a defined name using organization ID and chain ID: