create_faucet: TxDescriptor<
    {
        amount: bigint;
        drip_amount: bigint;
        name: Binary;
        whitelist?: { digest: FixedSizeBinary<4>; geohash: FixedSizeBinary<5> }[];
    },
>