You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2021. It is now read-only.
minimumWithdrawTokenWei: '1000000',// Threshold value set in AMB configs, smallest token amount to pass over the bridge
90
-
freeWithdraw: false,// if someone else pays for the gas when transporting the withdraw tx to mainnet; otherwise the client does the transport as self-service and pays the mainnet gas costs
92
+
// if someone else pays for the gas when transporting the withdraw tx to mainnet;
93
+
// otherwise the client does the transport as self-service and pays the mainnet gas costs
Copy file name to clipboardExpand all lines: src/index.ts
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,10 @@ export * from './dataunion/DataUnion'
13
13
export*from'./rest/authFetch'
14
14
export*from'./types'
15
15
16
-
// TODO should export these to support StreamMessageAsObject: export { StreamMessageType, ContentType, EncryptionType, SignatureType } from 'streamr-client-protocol/dist/src/protocol/message_layer/StreamMessage'
16
+
// TODO should export these to support StreamMessageAsObject:
0 commit comments