gill
gill/programs/system/Type aliases

AssignWithSeedInstructionDataArgs

type AssignWithSeedInstructionDataArgs = {
  base: Address;
  programAddress: Address;
  seed: string;
};

Properties

base

base: Address;

programAddress

programAddress: Address;

seed

seed: string;

On this page