gill
gill/programs/system/Type aliases

Nonce

type Nonce = {
  authority: Address;
  blockhash: Address;
  lamportsPerSignature: bigint;
  state: NonceState;
  version: NonceVersion;
};

Properties

authority

authority: Address;

blockhash

blockhash: Address;

lamportsPerSignature

lamportsPerSignature: bigint;

state

state: NonceState;

version

version: NonceVersion;

On this page