NeonTransactionParams: BaseTransactionParams<P> & {
    from: string;
    solanaWallet: PublicKey;
    to: string;
}

Type Parameters

  • P