1.5.1-dev-2 • Published 3 years ago
manta-wasm-wallet-api v1.5.1-dev-2
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
3 years ago
1.5.1-dev-2
3 years ago
1.5.1-dev-1
3 years ago
1.5.1
3 years ago
1.5.0
3 years ago
1.2.0
3 years ago
1.1.1
3 years ago
1.3.1-dev
3 years ago
1.4.0
3 years ago
1.3.1
3 years ago
1.3.0
3 years ago
1.2.1
3 years ago
1.1.2
3 years ago
1.4.0-dev
3 years ago
1.3.1-dev1
3 years ago
1.1.0
3 years ago
1.1.0-dev1
3 years ago
1.1.0-dev
3 years ago
1.1.0-dev3
3 years ago
1.1.0-dev2
3 years ago
1.0.0
3 years ago
0.1.0
3 years ago
0.0.1
3 years ago