FeePayerSpec
type FeePayerSpec =
| PublicKey
| {
fee?: number | string | UInt64;
memo?: string;
nonce?: number;
sender: PublicKey;
}
| undefined;
Defined in: lib/mina/v1/mina-instance.ts:48
Allows you to specify information about the fee payer account and the transaction.