SuiIntentScope.fromStruct constructor

SuiIntentScope.fromStruct(
  1. Map<String, dynamic> json
)

Implementation

factory SuiIntentScope.fromStruct(Map<String, dynamic> json) {
  final decode = BcsVariantSerialization.toVariantDecodeResult(json);
  return fromName(decode.variantName);
}