transfer: TxDescriptor<{
    amount: bigint;
    community_id: {
        digest: FixedSizeBinary<4>;
        geohash: FixedSizeBinary<5>;
    };
    dest: SS58String;
}>

Transfer some balance to another account.