1.5.1-dev-2 • Published 2 years ago

manta-wasm-wallet-api v1.5.1-dev-2

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

Polkadot-JS Ledger Integration

To interface Polkadot-JS with the Manta Wallet API we implement the following two methods:

/// Pulls data from the ledger starting at `checkpoint`, returning the newest sender and
/// receiver data and the latest checkpoint.
async fn pull(checkpoint: Checkpoint) -> (Checkpoint, Vec<SenderData>, Vec<ReceiverData>)

/// Pushes a batch of transfers to the ledger.
async fn push(post: Vec<TransferPost>);
1.6.1-dev

2 years ago

1.5.1-dev-2

2 years ago

1.5.1-dev-1

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.3.1-dev

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.4.0-dev

2 years ago

1.3.1-dev1

2 years ago

1.1.0

2 years ago

1.1.0-dev1

2 years ago

1.1.0-dev

2 years ago

1.1.0-dev3

2 years ago

1.1.0-dev2

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago