Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 959 Bytes

File metadata and controls

30 lines (23 loc) · 959 Bytes

SignUtf8MessageRequest

Properties

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]

Example

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]