Type alias NativeItemRequirement

NativeItemRequirement: {
    type: NATIVE;
    amount: string;
}

Represents a native item requirement for a transaction.

Type declaration

  • type: NATIVE

    The type to indicate this is a native item requirement.

  • amount: string

    The amount of the item.

Generated using TypeDoc