From: wz Date: Thu, 20 Jun 2019 02:37:56 +0000 (+0800) Subject: V0.1 docs crosschain (#199) X-Git-Tag: v1.0.5~208^2~5 X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=commitdiff_plain;h=refs%2Fheads%2Fv0.1_fix_bug V0.1 docs crosschain (#199) * Cancel contract of btm inspection * fix test * modify docs of crosschain --- diff --git a/docs/cross-chain.md b/docs/cross-chain.md index d970f209..74b91675 100644 --- a/docs/cross-chain.md +++ b/docs/cross-chain.md @@ -23,6 +23,7 @@ To build a mainchain-to-sidechain transaction, `build-transaction` is called by - `String`- *type*, type of transaction, valid types: 'cross_chain_in', 'control_address', 'control_program'. - `String` - *address*, (type is control_address) address of receiver, the style of address is P2PKH or P2SH. - `String` - *control_program*, (type is control_program) control program of receiver. + - `Integer` - *vm_version*, (type is cross_chain_in) asset vm_version. - `String` - *issuance_program*, (type is cross_chain_in) asset issuance_program hexdecimal string. - `String` - *raw_definition_byte*, (type is cross_chain_in) asset raw_definition_byte hexdecimal string. - `String` - *source_id*, (type is cross_chain_in) mainchain output mux id.