GenericAuthorization: {
    msg: Scrt.SecretJS.MsgGrantAuthorization;
}

GenericAuthorization gives the grantee unrestricted permissions to execute the provided Msg on behalf of the granter's account. The provided Msg must implement the Authorization interface: https://github.com/cosmos/cosmos-sdk/blob/c44309bc694ea8b6069ae147743f0b25dc8b52c0/x/authz/authorizations.go#L9-L25

Type declaration

Generated using TypeDoc