Skip to content

types.TransferStatus

VictorVicente edited this page Jun 22, 2023 · 49 revisions

Enumeration: TransferStatus

types.TransferStatus

ERC1400 compliant transfer status

Table of contents

Enumeration Members

Enumeration Members

BlockedTransaction

BlockedTransaction = "BlockedTransaction"

Defined in

types/index.ts:601


ComplianceFailure

ComplianceFailure = "ComplianceFailure"

Defined in

types/index.ts:597


CustodianError

CustodianError = "CustodianError"

Defined in

types/index.ts:604


Failure

Failure = "Failure"

Defined in

types/index.ts:586


FundsLimitReached

FundsLimitReached = "FundsLimitReached"

Defined in

types/index.ts:602


FundsLocked

FundsLocked = "FundsLocked"

Defined in

types/index.ts:591


InsufficientAllowance

InsufficientAllowance = "InsufficientAllowance"

Defined in

types/index.ts:589


InsufficientBalance

InsufficientBalance = "InsufficientBalance"

Defined in

types/index.ts:588


InvalidGranularity

InvalidGranularity = "InvalidGranularity"

Defined in

types/index.ts:599


InvalidOperator

InvalidOperator = "InvalidOperator"

Defined in

types/index.ts:594


InvalidReceiverAddress

InvalidReceiverAddress = "InvalidReceiverAddress"

Defined in

types/index.ts:593


InvalidReceiverIdentity

InvalidReceiverIdentity = "InvalidReceiverIdentity"

Defined in

types/index.ts:596


InvalidSenderAddress

InvalidSenderAddress = "InvalidSenderAddress"

Defined in

types/index.ts:592


InvalidSenderIdentity

InvalidSenderIdentity = "InvalidSenderIdentity"

Defined in

types/index.ts:595


PortfolioFailure

PortfolioFailure = "PortfolioFailure"

Defined in

types/index.ts:603


ScopeClaimMissing

ScopeClaimMissing = "ScopeClaimMissing"

Defined in

types/index.ts:605


SmartExtensionFailure

SmartExtensionFailure = "SmartExtensionFailure"

Defined in

types/index.ts:598


Success

Success = "Success"

Defined in

types/index.ts:587


TransferRestrictionFailure

TransferRestrictionFailure = "TransferRestrictionFailure"

Defined in

types/index.ts:606


TransfersHalted

TransfersHalted = "TransfersHalted"

Defined in

types/index.ts:590


VolumeLimitReached

VolumeLimitReached = "VolumeLimitReached"

Defined in

types/index.ts:600

Clone this wiki locally