copyWithSigner method

M10Sdk copyWithSigner(
  1. Signing signer
)

Implementation

M10Sdk copyWithSigner(Signing signer) =>
    M10Sdk(signer: signer, ledgers: _ledgers);