Skip to content

$TransactionSignatureMultisigSubsignature

const $TransactionSignatureMultisigSubsignature: object

Type declaration

properties

readonly properties: object

properties.public-key

readonly properties.public-key: object

properties.public-key.description

readonly properties.public-key.description: ”\[pk\]” = '\\[pk\\]'

properties.public-key.format

readonly properties.public-key.format: "byte" = 'byte'

properties.public-key.pattern

readonly properties.public-key.pattern: ”^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$” = '^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$'

properties.public-key.type

readonly properties.public-key.type: "string" = 'string'

properties.signature

readonly properties.signature: object

properties.signature.description

readonly properties.signature.description: ”\[s\]” = '\\[s\\]'

properties.signature.format

readonly properties.signature.format: "byte" = 'byte'

properties.signature.pattern

readonly properties.signature.pattern: ”^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$” = '^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$'

properties.signature.type

readonly properties.signature.type: "string" = 'string'

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:1636