Type alias TransactionObjectArgument
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"; 
}> Returns Exclude<Input<typeof Argument>, { 
    Input: unknown; 
    type?: "pure"; 
}>