1.0.4 • Published 2 years ago

@leather-wallet/rpc v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@leather-wallet/rpc

This package provides Typescript typings Leather developers can use when interacting with the LeatherProvider global object.

Consuming as global object

In your Typescript project, import LeatherProvider and declare it as a global type.

import { LeatherProvider } from '@leather-wallet/rpc';

declare global {
  interface Window {
    LeatherProvider?: LeatherProvider;
  }
}
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.3.9

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

0.3.10

2 years ago

0.3.6

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago