toData method
Implementation
SimpleKeyDataArgs toData() {
return SimpleKeyDataArgs()
..type = CosmosKeys.SECP256K1_SIMP_PUBKEY
..key = key;
}
SimpleKeyDataArgs toData() {
return SimpleKeyDataArgs()
..type = CosmosKeys.SECP256K1_SIMP_PUBKEY
..key = key;
}