Table of Contents

Enum StatusType

Namespace
Thirdweb.Bridge
Assembly
Thirdweb.dll

Represents the possible statuses for a transaction.

public enum StatusType

Fields

COMPLETED = 2
CREATED = 5
FAILED = 0
NOT_FOUND = 3
PENDING = 1
PROCESSING = 4
UNKNOWN = 6