Grant is stored in the KVStore to record a grant with full context

interface GrantSDKType {
    allowance?:
        | AnySDKType
        | BasicAllowanceSDKType
        | PeriodicAllowanceSDKType
        | AllowedMsgAllowanceSDKType;
    grantee: string;
    granter: string;
}

Properties

grantee: string
granter: string