newPublish abstract method

Future<Uint8List> newPublish(
  1. SuiAddress signerAddress,
  2. PublishTransaction txn
)

Implementation

Future<Uint8List> newPublish(
  SuiAddress signerAddress,
  PublishTransaction txn
);