Type alias CreateNonceAccountParams

CreateNonceAccountParams: {
    authorizedPubkey: PublicKey;
    fromPubkey: PublicKey;
    lamports: number;
    noncePubkey: PublicKey;
}

Create nonce account system transaction params

Type declaration

  • 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