| Name | Type | Description | Notes |
|---|---|---|---|
| transaction | Array<number> | Transaction bytes | [default to undefined] |
| organizationId | string | [default to undefined] | |
| walletId | string | [default to undefined] | |
| derivationInfo | DerivationInfo | [optional] [default to undefined] |
import { SimulateTransactionRequest } from '@phantom/openapi-wallet-service';
const instance: SimulateTransactionRequest = {
transaction,
organizationId,
walletId,
derivationInfo,
};