Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/transaction-messages
ITransactionMessageWithFeePayer
Interface ITransactionMessageWithFeePayer<TAddress>
interface
ITransactionMessageWithFeePayer
<
TAddress
extends
string
=
string
>
{
feePayer
:
Readonly
<
{
address
:
Address
<
TAddress
>
}
>
;
}
Type Parameters
TAddress
extends
string
=
string
Index
Properties
fee
Payer
Properties
Readonly
fee
Payer
feePayer
:
Readonly
<
{
address
:
Address
<
TAddress
>
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fee
Payer
Solana JavaScript SDK
Loading...