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

    Type Alias CreateNonceAccountParams

    Create nonce account system transaction params

    type CreateNonceAccountParams = {
        authorizedPubkey: PublicKey;
        fromPubkey: PublicKey;
        lamports: number;
        noncePubkey: PublicKey;
    }
    Index
    authorizedPubkey: PublicKey

    Public key to set as authority of the created nonce account

    fromPubkey: PublicKey

    The account that will transfer lamports to the created nonce account

    lamports: number

    Amount of lamports to transfer to the created nonce account

    noncePubkey: PublicKey

    Public key of the created nonce account