layout static method
Implementation
static StructLayout layout({String? property}) {
return LayoutConst.struct([
LayoutConst.fixedBlobN(SuiAddrConst.addressBytesLength,
property: "value"),
], property: property);
}
static StructLayout layout({String? property}) {
return LayoutConst.struct([
LayoutConst.fixedBlobN(SuiAddrConst.addressBytesLength,
property: "value"),
], property: property);
}