UNPKG

@atlantis-l/radix-tool

Version:

A tool to interact with the radix network

11 lines (10 loc) 172 B
declare enum Status { SUCCESS = 0, FAIL = 1, DUPLICATE_TX = 2 } interface Result { status: Status; transactionId?: string; } export { Result, Status };