UnsanitizedChainContent

@twine-protocol/twine-builder v0.1.0Docs


twine-js / @twine-protocol/twine-builder / UnsanitizedChainContent

Interface: UnsanitizedChainContent<M>

Internal

Chain content accepted by the builder

Type Parameters

Type Parameter

M extends AnyMap

Properties

Property
Type
Description
Defined in

source

string

Short identifier to denote the source producing this chain

specification?

string

Twine specification (eg: "twine/1.0.x/my-spec/1.0.0")

key?

JWK to sign the chain

links_radix?

number

Radix for links A value of 1 is not allowed A value of 0 is interpreted as a no-radix list. Pulses will just be linked to their previous pulse. Default 32

mixins?

IntoResolvePulseQuery[]

List of mixins

meta?

M

General Metadata

Last updated