layout static method
Implementation
static Layout<Map<String, dynamic>> layout({String? property}) {
return LayoutConst.struct([
LayoutConst.fixedBlobN(EcdsaKeysConst.pubKeyCompressedByteLen,
property: "key"),
], property: property);
}