| Name | Type | Description | Notes |
|---|---|---|---|
| derivationInfo | DerivationInfoSchema | [optional] [default to undefined] | |
| organizationId | string | [default to undefined] | |
| policyName | string | [optional] [default to undefined] | |
| transaction | UnsignedTransaction | [default to undefined] | |
| walletId | string | [default to undefined] |
import { SignTransactionRequest } from '@phantom/openapi-wallet-service';
const instance: SignTransactionRequest = {
derivationInfo,
organizationId,
policyName,
transaction,
walletId,
};