gill
gill/programs/system/Type aliases

NonceArgs

type NonceArgs = {
  authority: Address;
  blockhash: Address;
  lamportsPerSignature: number | bigint;
  state: NonceStateArgs;
  version: NonceVersionArgs;
};

Properties

authority

authority: Address;

blockhash

blockhash: Address;

lamportsPerSignature

lamportsPerSignature: number | bigint;

state

state: NonceStateArgs;

version

version: NonceVersionArgs;

On this page