genus/request_utils library
Functions
-
getBlockIdFromList(
List< int> blockIdList) → BlockId -
Returns a BlockId object for the block at the given
blockIdList. -
getBlockIdFromString(
String blockIdString) → BlockId -
Returns a BlockId object for the block at the given
blockIdString. -
getConfidenceFactorFromDouble(
double? confidence) → ConfidenceFactor? -
Returns a ConfidenceFactor object for the given
confidence. Returns null ifconfidenceis null. -
getTransactionIdFromList(
List< int> transactionIdList) → TransactionId -
Returns a TransactionId object for the transaction at the given
transactionIdList. -
getTransactionIdFromString(
String transactionIdString) → TransactionId -
Returns a TransactionId object for the transaction at the given
transactionIdString.