Interface: ITransfer
Hierarchy​
MobxClearInstance<typeofTransfer>↳
ITransfer
Properties​
confirmedBlock​
• confirmedBlock: number = types.number
Inherited from​
MobxClearInstance.confirmedBlock
fees​
• fees: string = types.string
Inherited from​
MobxClearInstance.fees
from​
• from: string = types.string
Inherited from​
MobxClearInstance.from
id​
• id: string = types.identifier
Inherited from​
MobxClearInstance.id
message​
• message: string = types.string
Inherited from​
MobxClearInstance.message
salt​
• salt: string = types.string
Inherited from​
MobxClearInstance.salt
secretHash​
• secretHash: string = types.string
Inherited from​
MobxClearInstance.secretHash
state​
• state: EthTransferState = StatePrimitive
Inherited from​
MobxClearInstance.state
swap​
• swap: { fees: string ; token: { address: string; decimals: number; symbol: string; type: string; } & NonEmptyObject & IStateTreeNode<IOptionalIType<IModelType<{ address: IOptionalIType<ISimpleType<string>, [undefined]> ; decimals: IOptionalIType<ISimpleType<number>, [undefined]> ; symbol: IOptionalIType<ISimpleType<string>, [undefined]> ; type: IOptionalIType<ISimpleType<string>, [undefined]> }, {}, _NotCustomized, _NotCustomized>, [undefined]>> ; value: string } & NonEmptyObject & IStateTreeNode<IOptionalIType<IModelType<{ fees: IOptionalIType<ISimpleType<string>, [undefined]> ; token: IOptionalIType<IModelType<{ address: IOptionalIType<ISimpleType<string>, [undefined]> ; decimals: IOptionalIType<ISimpleType<number>, [undefined]> ; symbol: IOptionalIType<ISimpleType<string>, [undefined]> ; type: IOptionalIType<ISimpleType<string>, [undefined]> }, {}, _NotCustomized, _NotCustomized>, [undefined]> ; value: IOptionalIType<ISimpleType<string>, [undefined]> }, {}, _NotCustomized, _NotCustomized>, [undefined]>>
Inherited from​
MobxClearInstance.swap
to​
• to: string = types.string
Inherited from​
MobxClearInstance.to
token​
• token: { address: string ; decimals: number ; symbol: string ; type: string } & NonEmptyObject & IStateTreeNode<IOptionalIType<IModelType<{ address: IOptionalIType<ISimpleType<string>, [undefined]> ; decimals: IOptionalIType<ISimpleType<number>, [undefined]> ; symbol: IOptionalIType<ISimpleType<string>, [undefined]> ; type: IOptionalIType<ISimpleType<string>, [undefined]> }, {}, _NotCustomized, _NotCustomized>, [undefined]>>
Inherited from​
MobxClearInstance.token
txid​
• txid: string = types.string
Inherited from​
MobxClearInstance.txid
updatedAt​
• updatedAt: Date & IStateTreeNode<IType<number | Date, number, Date>> = types.Date
Inherited from​
MobxClearInstance.updatedAt
value​
• value: string = types.string
Inherited from​
MobxClearInstance.value
Methods​
update​
â–¸ update(state, txid?): void
Parameters​
| Name | Type |
|---|---|
state | EthTransferState |
txid? | string |
Returns​
void
Inherited from​
MobxClearInstance.update