Setup & Authorization
Blockvault Setup Authorization (v1.0.0)
Download OpenAPI specification:Download
API Documentation for Blockvault Setup Authorization
Response samples
- 200
- 400
- 401
- 404
Content type
application/json
{- "body": {
- "messages": [
- {
- "@type": "/cosmos.authz.v1beta1.MsgGrant",
- "granter": "tp18yjtsy5hgys63nkjqqyc6kjtkw5c3xpnmsw8gg",
- "grantee": "tp1tledwnl9zsgcqynmjzmp8f3j25l0rj7hvx4g22",
- "grant": {
- "authorization": {
- "@type": "/cosmos.authz.v1beta1.GenericAuthorization",
- "msg": "/provenance.metadata.v1.MsgAddContractSpecToScopeSpecRequest"
}, - "expiration": null
}
}, - {
- "@type": "/cosmos.authz.v1beta1.MsgGrant",
- "granter": "tp18yjtsy5hgys63nkjqqyc6kjtkw5c3xpnmsw8gg",
- "grantee": "tp1tledwnl9zsgcqynmjzmp8f3j25l0rj7hvx4g22",
- "grant": {
- "authorization": {
- "@type": "/cosmos.authz.v1beta1.GenericAuthorization",
- "msg": "/provenance.metadata.v1.MsgAddNetAssetValuesRequest"
}, - "expiration": null
}
}, - {
- "@type": "/cosmos.authz.v1beta1.MsgGrant",
- "granter": "tp18yjtsy5hgys63nkjqqyc6kjtkw5c3xpnmsw8gg",
- "grantee": "tp1tledwnl9zsgcqynmjzmp8f3j25l0rj7hvx4g22",
- "grant": {
- "authorization": {
- "@type": "/cosmos.authz.v1beta1.GenericAuthorization",
- "msg": "/provenance.metadata.v1.MsgWriteContractSpecificationRequest"
}, - "expiration": null
}
}
], - "memo": "",
- "timeout_height": "0",
- "extension_options": [ ],
- "non_critical_extension_options": [ ]
}, - "auth_info": {
- "signer_infos": [ ],
- "fee": {
- "amount": [
- {
- "denom": "nhash",
- "amount": "661412190"
}
], - "gas_limit": "347198",
- "payer": "",
- "granter": ""
}, - "tip": null
}, - "signatures": [ ]
}Get fee grant tx
Authorizations:
BearerAuth
query Parameters
| format | string (OutputFormat) Enum: "json" "byte_string" Controls the format of the output.
Defaults to
|
Responses
Response samples
- 200
- 400
- 401
- 404
Content type
application/json
{- "body": {
- "messages": [
- {
- "@type": "/cosmos.feegrant.v1beta1.MsgGrantAllowance",
- "granter": "tp18yjtsy5hgys63nkjqqyc6kjtkw5c3xpnmsw8gg",
- "grantee": "tp1tledwnl9zsgcqynmjzmp8f3j25l0rj7hvx4g22",
- "allowance": {
- "@type": "/cosmos.feegrant.v1beta1.BasicAllowance",
- "spend_limit": [ ],
- "expiration": null
}
}
], - "memo": "",
- "timeout_height": "0",
- "extension_options": [ ],
- "non_critical_extension_options": [ ]
}, - "auth_info": {
- "signer_infos": [ ],
- "fee": {
- "amount": [
- {
- "denom": "nhash",
- "amount": "238372650"
}
], - "gas_limit": "125130",
- "payer": "",
- "granter": ""
}, - "tip": null
}, - "signatures": [ ]
}