Initialize Near Stream
Let's suppose this multisig requires two of its member to confirm a request and multisigservices1
is an instance created for member1
and multisigservices2
is an instance created for member2
. A native stream can be done in the following way.
Then to confirm the request by another member you need to retrieve the requestId from the result which can be done in the following way.
Then request can be confirmed by another member in the following way.
Last updated