@solana/web3.js
    Preparing search index...

    Type Alias AssignParams

    Assign system transaction params

    type AssignParams = {
        accountPubkey: PublicKey;
        programId: PublicKey;
    }
    Index
    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