mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-02-01 17:01:10 +03:00
parent
a4c82b99d2
commit
b4abb5921e
2 changed files with 4 additions and 4 deletions
|
@ -114,7 +114,7 @@ pub trait ForeignRpc {
|
||||||
fn build_coinbase(&self, block_fees: &BlockFees) -> Result<VersionedCoinbase, ErrorKind>;
|
fn build_coinbase(&self, block_fees: &BlockFees) -> Result<VersionedCoinbase, ErrorKind>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Networked version of [Foreign::receive_tx](struct.Foreign.html#method.receive_tx).
|
;Networked version of [Foreign::receive_tx](struct.Foreign.html#method.receive_tx).
|
||||||
|
|
||||||
# Json rpc example
|
# Json rpc example
|
||||||
|
|
||||||
|
|
|
@ -359,7 +359,7 @@ pub trait OwnerRpc {
|
||||||
) -> Result<(bool, WalletInfo), ErrorKind>;
|
) -> Result<(bool, WalletInfo), ErrorKind>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Networked version of [Owner::init_send_tx](struct.Owner.html#method.init_send_tx).
|
;Networked version of [Owner::init_send_tx](struct.Owner.html#method.init_send_tx).
|
||||||
|
|
||||||
```
|
```
|
||||||
# grin_wallet_api::doctest_helper_json_rpc_owner_assert_response!(
|
# grin_wallet_api::doctest_helper_json_rpc_owner_assert_response!(
|
||||||
|
@ -418,7 +418,7 @@ pub trait OwnerRpc {
|
||||||
fn init_send_tx(&self, token: Token, args: InitTxArgs) -> Result<VersionedSlate, ErrorKind>;
|
fn init_send_tx(&self, token: Token, args: InitTxArgs) -> Result<VersionedSlate, ErrorKind>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Networked version of [Owner::issue_invoice_tx](struct.Owner.html#method.issue_invoice_tx).
|
;Networked version of [Owner::issue_invoice_tx](struct.Owner.html#method.issue_invoice_tx).
|
||||||
|
|
||||||
```
|
```
|
||||||
# grin_wallet_api::doctest_helper_json_rpc_owner_assert_response!(
|
# grin_wallet_api::doctest_helper_json_rpc_owner_assert_response!(
|
||||||
|
@ -469,7 +469,7 @@ pub trait OwnerRpc {
|
||||||
) -> Result<VersionedSlate, ErrorKind>;
|
) -> Result<VersionedSlate, ErrorKind>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Networked version of [Owner::process_invoice_tx](struct.Owner.html#method.process_invoice_tx).
|
;Networked version of [Owner::process_invoice_tx](struct.Owner.html#method.process_invoice_tx).
|
||||||
|
|
||||||
```
|
```
|
||||||
# grin_wallet_api::doctest_helper_json_rpc_owner_assert_response!(
|
# grin_wallet_api::doctest_helper_json_rpc_owner_assert_response!(
|
||||||
|
|
Loading…
Reference in a new issue