packAny method

Any packAny()

Implementation

Any packAny() {
  return Any(typeUrl: CosmosKeys.SECP256K1_SIMP_PUBKEY, value: key);
}