I hereby claim:
- I am reidrankin on github.
- I am reidrankin (https://keybase.io/reidrankin) on keybase.
- I have a public key whose fingerprint is 6256 018A AF7A 18A8 9144 1936 1678 7F8F BFCA 47FC
To claim this, I am signing this object:
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf8"> | |
<meta http-equiv="Content-Security-Policy" content=" | |
default-src | |
'none'; | |
style-src | |
'sha512-kT0v1BxcibEO2Yc+6Z3W1gNsN+2cZ/U6uITqHhIJl8SAvt9vpO8llugdCPXA7cCnp8G1xbuSqHNMRaR3Zlz9yA==' | |
'sha512-8Bv8zoQXXuQjsOLm0XflNqACcwAlT1Pd4z6hjt/JgZDRwdPQH2bR4PqlWjXV19eDDjUybxLBmXlecknb2jPCxQ==' |
<!doctype html> | |
<html lang="en"> | |
<head> | |
<!-- | |
inspired by Mozilla Webauthn documentation: https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API | |
copyright: 2019 Nicolas Mora <[email protected]> | |
license: MIT | |
--> | |
<title>Hmac-Secret webauthn Extension</title> | |
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/cbor.min.js"></script> |
import { BncClient } from '@binance-chain/javascript-sdk/lib/client' | |
import { CosmosSDKClient, RPCTxResult } from '@xchainjs/xchain-cosmos' | |
import { Asset, BaseAmount } from '@xchainjs/xchain-util' | |
import { Network, Address, Balance, TxHistoryParams, TxsPage, Tx, Fees, TxParams, TxHash, FeeOptionKey } from './types' | |
export type FeeRate = number | |
export type FeeRates = Record<FeeOptionKey, FeeRate> | |
export type FeesWithRates = { rates: FeeRates; fees: Fees } |
import { Object as Obj, Literal, Unknown, String as Str, Record as Rec, Result, Static, Runtype, InstanceOf, Never, Function as Func } from "funtypes"; | |
[ | |
{description: "as-is", fn: (rt: any) => rt}, | |
{description: "without placeholders", fn: <T extends Runtype<unknown>>(rt: T) => { | |
return Unknown.withParser({ | |
parse(value: any): Result<Static<T>> { | |
return (rt.test(value) ? {success: true, value} : rt.safeParse(value)) as Result<Static<T>>; | |
} | |
}) |
#!/bin/bash -e | |
blake2s_mix() { | |
local A_NAME="$1" | |
local A="$2" | |
local B_NAME="$3" | |
local B="$4" | |
local C_NAME="$5" | |
local C="$6" | |
local D_NAME="$7" |
I hereby claim:
To claim this, I am signing this object: