Type alias AssignParams

AssignParams: {
    accountPubkey: PublicKey;
    programId: PublicKey;
}

Assign system transaction params

Type declaration

  • accountPubkey: PublicKey

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

  • programId: PublicKey

    Public key of the program to assign as the owner

Generated using TypeDoc