TransactionObjectArgument: Exclude<Input<typeof Argument>, {
    Input: unknown;
    type?: "pure";
}> | ((tx) => Exclude<Input<typeof Argument>, {
    Input: unknown;
    type?: "pure";
}>)

Type declaration

    • (tx): Exclude<Input<typeof Argument>, {
          Input: unknown;
          type?: "pure";
      }>
    • Parameters

      Returns Exclude<Input<typeof Argument>, {
          Input: unknown;
          type?: "pure";
      }>