TransferSolWithSeedInstructionDataArgs
type TransferSolWithSeedInstructionDataArgs = {
amount: number | bigint;
fromOwner: Address;
fromSeed: string;
};Properties
amount
amount: number | bigint;fromOwner
fromOwner: Address;fromSeed
fromSeed: string;