What conventions do you follow for encoding pubKey and parentTxids in metanet nodes?
eg, should the pubKey be a 33 byte public key, a 20 byte pubKeyHash, or as I see most people doing, a 25-34 byte base58 encoded bitcoin address? Similarly should the parentTxid be 32 byte txid, or a 64 byte hex-encoded txid?
My instinct is to use the smallest possible payload, but just wondering what conventions others are following and what APIs like metaTXT etc use?