-
Notifications
You must be signed in to change notification settings - Fork 0
API : Split Contract
王辰 edited this page Jan 6, 2020
·
2 revisions
Make unsigned split-contract transaction.
* SplitAddrTxReq <
{
from: <string>;
addrs: <string[]>;
weights: <number[]>;
}
>
UnsignedContractTx <
{
tx: {
data?;
lock_time?: <string>;
magic?: <number>;
version?: <number>;
vin: <Vin[]>;
vout: <Vout[]>;
};
rawMsgs;
splitAddr: <string>;
}
>
By Contentbox