Type alias AssignWithSeedParams

AssignWithSeedParams: {
    accountPubkey: PublicKey;
    basePubkey: PublicKey;
    programId: PublicKey;
    seed: string;
}

Assign account with seed system transaction params

Type declaration

  • accountPubkey: PublicKey

    Public key of the account which will be assigned a new owner

  • basePubkey: PublicKey

    Base public key to use to derive the address of the assigned account

  • programId: PublicKey

    Public key of the program to assign as the owner

  • seed: string

    Seed to use to derive the address of the assigned account

Generated using TypeDoc