Skip to main content

Argument

@iota/iota-sdk


@iota/iota-sdk / transactions / Argument

Type Alias: Argument

Argument = GenericSchema<{ GasCoin: true; } | { Input: number; type?: "object" | "pure"; } | { Result: number; } | { NestedResult: [number, number]; }, { $kind: "GasCoin"; GasCoin: true; } | { $kind: "Input"; Input: number; type?: "pure"; } | { $kind: "Input"; Input: number; type?: "object"; } | { $kind: "Result"; Result: number; } | { $kind: "NestedResult"; NestedResult: [number, number]; }>

Defined in: sdk/typescript/src/transactions/data/internal.ts:96