Home > @theweave/api > WeaveServices > requestBind
WeaveServices.requestBind property
Request the applet holding the destination WAL (dstWal) to bind the source WAL (srcWal) to it. The source WAL must belong to the requesting applet.
Signature:
typescript
requestBind: (srcWal: WAL, dstWal: WAL) => Promise<void>;