gill
gill/Functions

createTransaction

Call Signature

function createTransaction<TVersion, TFeePayer>(props): {
};

Simple interface for creating a Solana transaction

Type Parameters

Type Parameter
TVersion extends TransactionVersion
TFeePayer extends TransactionSigner

Parameters

ParameterType
propsCreateTransactionInput<TVersion, TFeePayer>

Returns

{
}

Call Signature

function createTransaction<TVersion, TFeePayer>(props): {
};

Simple interface for creating a Solana transaction

Type Parameters

Type Parameter
TVersion extends TransactionVersion
TFeePayer extends Address

Parameters

ParameterType
propsCreateTransactionInput<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
TFeePayer extends TransactionSigner
TLifetimeConstraint extends Readonly<{ }>

Parameters

ParameterType
propsCreateTransactionInput<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
TFeePayer extends Address
TLifetimeConstraint extends Readonly<{ }>

Parameters

ParameterType
propsCreateTransactionInput<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
TFeePayer extends Address | TransactionSigner
TLifetimeConstraint extends Readonly<{ }>

Parameters

ParameterType
propsCreateTransactionInput<TVersion, TFeePayer, TLifetimeConstraint>

Returns

{
}

On this page