gill
gill/programs/system/Type aliases

TransferSolWithSeedInstructionDataArgs

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

Properties

amount

amount: number | bigint;

fromOwner

fromOwner: Address;

fromSeed

fromSeed: string;

On this page