Last updated
Last updated
Creates a transaction in the Partially Signed Transaction format.
Implements the Creator role.
Type: json array, required
The json objects
Type: json array, required
The outputs (key-value pairs), where none of the keys are duplicated.
That is, each address can only appear once and there can only be one βdataβ object. For compatibility reasons, a dictionary, which holds the key-value pairs directly, is also accepted as second parameter.
Type: numeric, optional, default=0
Raw locktime. Non-0 value also locktime-activates inputs
Type: boolean, optional, default=false
Marks this transaction as BIP125 replaceable.
Allows this transaction to be replaced by a transaction with higher fees. If provided, it is an error if explicit sequence numbers are incompatible.
Name
Type
Description
str
string
The resulting raw transaction (base64-encoded string)