| Name |
Type |
Description |
Notes |
| algorithm |
Algorithm |
|
[default to undefined] |
| derivationInfo |
DerivationInfoSchema |
|
[default to undefined] |
| message |
string |
|
[default to undefined] |
| organizationId |
string |
|
[default to undefined] |
| policyName |
string |
|
[optional] [default to undefined] |
| walletId |
string |
|
[default to undefined] |
import { SignUtf8MessageRequest } from '@phantom/openapi-wallet-service';
const instance: SignUtf8MessageRequest = {
algorithm,
derivationInfo,
message,
organizationId,
policyName,
walletId,
};
[Back to Model list] [Back to API list] [Back to README]