- Preparing search index...
- The search index is not available
handle-sdk
Type alias GrantAccountUserRoleResponse
GrantAccountUserRoleResponse: Response<{ grantAccountUserRole: { accountId: number; accountOwner: string; role: TradeAccountRole; signature: string; user: string; }; }>
Type declaration
-
grantAccountUserRole: {
accountId: number;
accountOwner: string;
role: TradeAccountRole;
signature: string;
user: string;
}
-
accountId: number
-
accountOwner: string
-
-
signature: string
-
user: string