Skip to main content

SplitCoinsProtocol

SplitCoinsProtocol Objects

class SplitCoinsProtocol(typing.Protocol)

Command to split a single coin object into multiple coins

BCS

The BCS serialized form for this type is defined by the following ABNF:

split-coins = argument (vector argument)

amounts

def amounts() -> typing.List[Argument]

The amounts to split off

coin

def coin() -> Argument

The coin to split