createTransaction
Call Signature
Simple interface for creating a Solana transaction
Type Parameters
| Type Parameter |
|---|
TVersion extends TransactionVersion | "auto" |
TFeePayer extends TransactionSigner |
Parameters
| Parameter | Type |
|---|---|
props | CreateTransactionInput<TVersion, TFeePayer> |
Returns
Call Signature
Simple interface for creating a Solana transaction
Type Parameters
| Type Parameter |
|---|
TVersion extends TransactionVersion | "auto" |
TFeePayer extends Address |
Parameters
| Parameter | Type |
|---|---|
props | CreateTransactionInput<TVersion, TFeePayer> |
Returns
Call Signature
Simple interface for creating a Solana transaction
Type Parameters
| Type Parameter |
|---|
TVersion extends TransactionVersion | "auto" |
TFeePayer extends TransactionSigner |
TLifetimeConstraint extends Readonly<{ }> |
Parameters
| Parameter | Type |
|---|---|
props | CreateTransactionInput<TVersion, TFeePayer, TLifetimeConstraint> |
Returns
Call Signature
Simple interface for creating a Solana transaction
Type Parameters
| Type Parameter |
|---|
TVersion extends TransactionVersion | "auto" |
TFeePayer extends Address |
TLifetimeConstraint extends Readonly<{ }> |
Parameters
| Parameter | Type |
|---|---|
props | CreateTransactionInput<TVersion, TFeePayer, TLifetimeConstraint> |
Returns
Call Signature
Simple interface for creating a Solana transaction
Type Parameters
| Type Parameter |
|---|
TVersion extends TransactionVersion | "auto" |
TFeePayer extends Address | TransactionSigner |
TLifetimeConstraint extends Readonly<{ }> |
Parameters
| Parameter | Type |
|---|---|
props | CreateTransactionInput<TVersion, TFeePayer, TLifetimeConstraint> |