SwapOutputOrBuilder

Functions

Link copied to clipboard
abstract fun getBinance(): SigningInput
.TW.Binance.Proto.SigningInput binance = 6;
Link copied to clipboard
abstract fun getBitcoin(): SigningInput
.TW.Bitcoin.Proto.SigningInput bitcoin = 4;
Link copied to clipboard
abstract fun getCosmos(): SigningInput
.TW.Cosmos.Proto.SigningInput cosmos = 7;
Link copied to clipboard
abstract fun getError(): Error
Error code, filled in case of error, OK/empty on success
.TW.THORChainSwap.Proto.Error error = 3;
Link copied to clipboard
abstract fun getEthereum(): SigningInput
.TW.Ethereum.Proto.SigningInput ethereum = 5;
Link copied to clipboard
abstract fun getFromChain(): Chain
Source chain
.TW.THORChainSwap.Proto.Chain from_chain = 1;
Link copied to clipboard
abstract fun getFromChainValue(): Int
Source chain
.TW.THORChainSwap.Proto.Chain from_chain = 1;
Link copied to clipboard
abstract fun getSigningInputOneofCase(): SigningInputOneofCase
Link copied to clipboard
abstract fun getToChain(): Chain
Destination chain
.TW.THORChainSwap.Proto.Chain to_chain = 2;
Link copied to clipboard
abstract fun getToChainValue(): Int
Destination chain
.TW.THORChainSwap.Proto.Chain to_chain = 2;
Link copied to clipboard
abstract fun hasBinance(): Boolean
.TW.Binance.Proto.SigningInput binance = 6;
Link copied to clipboard
abstract fun hasBitcoin(): Boolean
.TW.Bitcoin.Proto.SigningInput bitcoin = 4;
Link copied to clipboard
abstract fun hasCosmos(): Boolean
.TW.Cosmos.Proto.SigningInput cosmos = 7;
Link copied to clipboard
abstract fun hasError(): Boolean
Error code, filled in case of error, OK/empty on success
.TW.THORChainSwap.Proto.Error error = 3;
Link copied to clipboard
abstract fun hasEthereum(): Boolean
.TW.Ethereum.Proto.SigningInput ethereum = 5;

Inheritors

Link copied to clipboard