genus/request_utils library
Functions
-
getBlockIdFromInt(
int blockId) → BlockId -
Returns a BlockId object for the block at the given
blockId. -
getConfidenceFactorFromDouble(
double? confidence) → ConfidenceFactor? -
Returns a ConfidenceFactor object for the given
confidence. Returns null ifconfidenceis null. -
getTransactionIdFromInt(
int transactionId) → TransactionId -
Returns a
Identifier_IoTransaction32object for the transaction at the giventransactionId.