Type alias AdvanceNonceParams

AdvanceNonceParams: {
    authorizedPubkey: PublicKey;
    noncePubkey: PublicKey;
}

Advance nonce account system instruction params

Type declaration

  • authorizedPubkey: PublicKey

    Public key of the nonce authority

  • noncePubkey: PublicKey

    Nonce account

Generated using TypeDoc