Skip to content

types.TransferStatus

prashantasdeveloper edited this page Apr 16, 2024 · 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:625


ComplianceFailure

ComplianceFailure = "ComplianceFailure"

Defined in

types/index.ts:621


CustodianError

CustodianError = "CustodianError"

Defined in

types/index.ts:628


Failure

Failure = "Failure"

Defined in

types/index.ts:610


FundsLimitReached

FundsLimitReached = "FundsLimitReached"

Defined in

types/index.ts:626


FundsLocked

FundsLocked = "FundsLocked"

Defined in

types/index.ts:615


InsufficientAllowance

InsufficientAllowance = "InsufficientAllowance"

Defined in

types/index.ts:613


InsufficientBalance

InsufficientBalance = "InsufficientBalance"

Defined in

types/index.ts:612


InvalidGranularity

InvalidGranularity = "InvalidGranularity"

Defined in

types/index.ts:623


InvalidOperator

InvalidOperator = "InvalidOperator"

Defined in

types/index.ts:618


InvalidReceiverAddress

InvalidReceiverAddress = "InvalidReceiverAddress"

Defined in

types/index.ts:617


InvalidReceiverIdentity

InvalidReceiverIdentity = "InvalidReceiverIdentity"

Defined in

types/index.ts:620


InvalidSenderAddress

InvalidSenderAddress = "InvalidSenderAddress"

Defined in

types/index.ts:616


InvalidSenderIdentity

InvalidSenderIdentity = "InvalidSenderIdentity"

Defined in

types/index.ts:619


PortfolioFailure

PortfolioFailure = "PortfolioFailure"

Defined in

types/index.ts:627


ScopeClaimMissing

ScopeClaimMissing = "ScopeClaimMissing"

Defined in

types/index.ts:629


SmartExtensionFailure

SmartExtensionFailure = "SmartExtensionFailure"

Defined in

types/index.ts:622


Success

Success = "Success"

Defined in

types/index.ts:611


TransferRestrictionFailure

TransferRestrictionFailure = "TransferRestrictionFailure"

Defined in

types/index.ts:630


TransfersHalted

TransfersHalted = "TransfersHalted"

Defined in

types/index.ts:614


VolumeLimitReached

VolumeLimitReached = "VolumeLimitReached"

Defined in

types/index.ts:624

Clone this wiki locally