interbtc-api

@interlay/interbtc-api / Exports / VaultRegistryVault

Interface: VaultRegistryVault

Name

VaultRegistryVault (488)

Hierarchy

Table of contents

Properties

Accessors

Methods

Properties

#private

Private #private: any

Inherited from

Struct.#private

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:24


[toStringTag]

Readonly [toStringTag]: string

Inherited from

Struct.[toStringTag]

Defined in

node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts:137


activeReplaceCollateral

Readonly activeReplaceCollateral: u128

Defined in

src/interfaces/types-lookup.ts:5439


bannedUntil

Readonly bannedUntil: Option<u32>

Defined in

src/interfaces/types-lookup.ts:5432


createdAtHash

Optional createdAtHash: IU8a

Inherited from

Struct.createdAtHash

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:26


id

Readonly id: InterbtcPrimitivesVaultId

Defined in

src/interfaces/types-lookup.ts:5430


initialU8aLength

Optional initialU8aLength: number

Inherited from

Struct.initialU8aLength

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:27


isStorageFallback

Optional isStorageFallback: boolean

Inherited from

Struct.isStorageFallback

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:28


issuedTokens

Readonly issuedTokens: u128

Defined in

src/interfaces/types-lookup.ts:5435


liquidatedCollateral

Readonly liquidatedCollateral: u128

Defined in

src/interfaces/types-lookup.ts:5440


registry

Readonly registry: Registry

Inherited from

Struct.registry

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:25


replaceCollateral

Readonly replaceCollateral: u128

Defined in

src/interfaces/types-lookup.ts:5438


secureCollateralThreshold

Readonly secureCollateralThreshold: Option<u128>

Defined in

src/interfaces/types-lookup.ts:5433


size

Readonly size: number

Inherited from

Struct.size

Defined in

node_modules/typescript/lib/lib.es2015.collection.d.ts:45


status

Readonly status: VaultRegistryVaultStatus

Defined in

src/interfaces/types-lookup.ts:5431


toBeIssuedTokens

Readonly toBeIssuedTokens: u128

Defined in

src/interfaces/types-lookup.ts:5434


toBeRedeemedTokens

Readonly toBeRedeemedTokens: u128

Defined in

src/interfaces/types-lookup.ts:5436


toBeReplacedTokens

Readonly toBeReplacedTokens: u128

Defined in

src/interfaces/types-lookup.ts:5437

Accessors

Type

get Type(): E

Returns

E

Description

Returns the Type description of the structure

Inherited from

Struct.Type

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:50


defKeys

get defKeys(): string[]

Returns

string[]

Description

The available keys for this struct

Inherited from

Struct.defKeys

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:34


encodedLength

get encodedLength(): number

Returns

number

Description

The length of the value when encoded as a Uint8Array

Inherited from

Struct.encodedLength

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:42


hash

get hash(): IU8a

Returns

IU8a

Description

returns a hash of the contents

Inherited from

Struct.hash

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:46


isEmpty

get isEmpty(): boolean

Returns

boolean

Description

Checks if the value is an empty value

Inherited from

Struct.isEmpty

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:38

Methods

[iterator]

[iterator](): IterableIterator<[string, Codec]>

Returns an iterable of entries in the map.

Returns

IterableIterator<[string, Codec]>

Inherited from

Struct.[iterator]

Defined in

node_modules/typescript/lib/lib.es2015.iterable.d.ts:119


clear

clear(): void

Returns

void

Inherited from

Struct.clear

Defined in

node_modules/typescript/lib/lib.es2015.collection.d.ts:20


delete

delete(key): boolean

Parameters

Name Type
key string

Returns

boolean

true if an element in the Map existed and has been removed, or false if the element does not exist.

Inherited from

Struct.delete

Defined in

node_modules/typescript/lib/lib.es2015.collection.d.ts:24


entries

entries(): IterableIterator<[string, Codec]>

Returns an iterable of key, value pairs for every entry in the map.

Returns

IterableIterator<[string, Codec]>

Inherited from

Struct.entries

Defined in

node_modules/typescript/lib/lib.es2015.iterable.d.ts:124


eq

eq(other?): boolean

Parameters

Name Type
other? unknown

Returns

boolean

Description

Compares the value of the input to see if there is a match

Inherited from

Struct.eq

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:54


forEach

forEach(callbackfn, thisArg?): void

Executes a provided function once per each key/value pair in the Map, in insertion order.

Parameters

Name Type
callbackfn (value: Codec, key: string, map: Map<string, Codec>) => void
thisArg? any

Returns

void

Inherited from

Struct.forEach

Defined in

node_modules/typescript/lib/lib.es2015.collection.d.ts:28


get

get(key): undefined | Codec

Parameters

Name Type Description
key string The name of the entry to retrieve

Returns

undefined | Codec

Description

Returns a specific names entry in the structure

Inherited from

Struct.get

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:59


getAtIndex

getAtIndex(index): Codec

Parameters

Name Type
index number

Returns

Codec

Description

Returns the values of a member at a specific index (Rather use get(name) for performance)

Inherited from

Struct.getAtIndex

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:63


getT

getT<T>(key): T

Type parameters

Name
T

Parameters

Name Type
key string

Returns

T

Description

Returns the a types value by name

Inherited from

Struct.getT

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:67


has

has(key): boolean

Parameters

Name Type
key string

Returns

boolean

boolean indicating whether an element with the specified key exists or not.

Inherited from

Struct.has

Defined in

node_modules/typescript/lib/lib.es2015.collection.d.ts:37


inspect

inspect(isBare?): Inspect

Parameters

Name Type
isBare? BareOpts

Returns

Inspect

Description

Returns a breakdown of the hex encoding for this Codec

Inherited from

Struct.inspect

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:71


keys

keys(): IterableIterator<string>

Returns an iterable of keys in the map

Returns

IterableIterator<string>

Inherited from

Struct.keys

Defined in

node_modules/typescript/lib/lib.es2015.iterable.d.ts:129


set

set(key, value): this

Adds a new element with a specified key and value to the Map. If an element with the same key already exists, the element will be updated.

Parameters

Name Type
key string
value Codec

Returns

this

Inherited from

Struct.set

Defined in

node_modules/typescript/lib/lib.es2015.collection.d.ts:41


toArray

toArray(): Codec[]

Returns

Codec[]

Description

Converts the Object to an standard JavaScript Array

Inherited from

Struct.toArray

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:75


toHex

toHex(): `0x${string}`

Returns

`0x${string}`

Description

Returns a hex string representation of the value

Inherited from

Struct.toHex

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:79


toHuman

toHuman(isExtended?): Record<string, AnyJson>

Parameters

Name Type
isExtended? boolean

Returns

Record<string, AnyJson>

Description

Converts the Object to to a human-friendly JSON, with additional fields, expansion and formatting of information

Inherited from

Struct.toHuman

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:83


toJSON

toJSON(): Record<string, AnyJson>

Returns

Record<string, AnyJson>

Description

Converts the Object to JSON, typically used for RPC transfers

Inherited from

Struct.toJSON

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:87


toPrimitive

toPrimitive(): Record<string, AnyJson>

Returns

Record<string, AnyJson>

Description

Converts the value in a best-fit primitive form

Inherited from

Struct.toPrimitive

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:91


toRawType

toRawType(): string

Returns

string

Description

Returns the base runtime type name for this instance

Inherited from

Struct.toRawType

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:95


toString

toString(): string

Returns

string

Description

Returns the string representation of the value

Inherited from

Struct.toString

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:99


toU8a

toU8a(isBare?): Uint8Array

Parameters

Name Type Description
isBare? BareOpts true when the value has none of the type-specific prefixes (internal)

Returns

Uint8Array

Description

Encodes the value as a Uint8Array as per the SCALE specifications

Inherited from

Struct.toU8a

Defined in

node_modules/@polkadot/types-codec/native/Struct.d.ts:104


values

values(): IterableIterator<Codec>

Returns an iterable of values in the map

Returns

IterableIterator<Codec>

Inherited from

Struct.values

Defined in

node_modules/typescript/lib/lib.es2015.iterable.d.ts:134