Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Pair<F, S>

Type parameters

  • F: Signable

  • S: Signable

Hierarchy

  • Signable
    • Pair

Index

Constructors

constructor

  • new Pair<F, S>(...v: [F, S]): Pair<F, S>
  • Type parameters

    • F: Signable<F>

    • S: Signable<S>

    Parameters

    • Rest ...v: [F, S]

    Returns Pair<F, S>

Properties

Optional ADTname

ADTname?: string

Optional contractAddress

contractAddress?: ByStr20

Optional type

type?: string

value

value: [F, S]

Methods

getType

  • getType(): string

setADTname

  • setADTname(s: string): Pair<F, S>

setContractAddress

toHash

  • toHash(): string

toSend

  • toSend(): Sendable

Generated using TypeDoc