Type Alias RuntimeNonceOfParams

RuntimeNonceOfParams: {
    constraints?: ConstraintField[];
    nonceKey: bigint;
    smartAccountAddress: Address;
}

Type declaration

  • Optionalconstraints?: ConstraintField[]
  • nonceKey: bigint
  • smartAccountAddress: Address