Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. interface RegistrationContract {
  2. registerAssetProxy: {
  3. awaitTransactionSuccessAsync: (
  4. assetProxy: string,
  5. txData?: Partial<TxData>,
  6. pollingIntervalMs?: number,
  7. timeoutMs?: number,
  8. ) => PromiseWithTransactionHash<TransactionReceiptWithDecodedLogs>
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement