gillFunctions
createTransaction
Call Signature
function createTransaction<TVersion, TFeePayer>(props): {
};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
function createTransaction<TVersion, TFeePayer>(props): {
};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
function createTransaction<TVersion, TFeePayer, TLifetimeConstraint>(props): {
};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
function createTransaction<TVersion, TFeePayer, TLifetimeConstraint>(props): {
};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
function createTransaction<TVersion, TFeePayer, TLifetimeConstraint>(props): {
};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> |
Returns
{
}