| Name | Type | Description | Notes |
|---|---|---|---|
| kind | string | [default to undefined] | |
| signature | string | [default to undefined] | |
| transaction | string | [default to undefined] | |
| address | string | [default to undefined] | |
| publicKey | string | [default to undefined] |
import { SignedTransactionWithPublicKey } from '@phantom/openapi-wallet-service';
const instance: SignedTransactionWithPublicKey = {
kind,
signature,
transaction,
address,
publicKey,
};