@darwinia/types
Advanced tools
Comparing version 2.6.100-1 to 2.6.100-2
@@ -226,2 +226,15 @@ declare const _default: { | ||
}; | ||
PriorRelayer: { | ||
id: string; | ||
fee: string; | ||
validRange: string; | ||
}; | ||
TokenMessageId: string; | ||
TokenMetadata: { | ||
tokenType: string; | ||
address: string; | ||
name: string; | ||
symbol: string; | ||
decimal: string; | ||
}; | ||
Order: { | ||
@@ -232,9 +245,5 @@ lane: string; | ||
confirmTime: string; | ||
lockedCollateral: string; | ||
assignedRelayers: string; | ||
}; | ||
PriorRelayer: { | ||
id: string; | ||
fee: string; | ||
validRange: string; | ||
}; | ||
}; | ||
@@ -241,0 +250,0 @@ rpc: {}; |
@@ -237,2 +237,15 @@ "use strict"; | ||
}, | ||
PriorRelayer: { | ||
id: 'AccountId', | ||
fee: 'Balance', | ||
validRange: 'BlockNumber' | ||
}, | ||
TokenMessageId: '[u8; 16; TokenMessageId]', | ||
TokenMetadata: { | ||
tokenType: 'u32', | ||
address: 'H160', | ||
name: 'Vec<u8>', | ||
symbol: 'Vec<u8>', | ||
decimal: 'u8' | ||
}, | ||
Order: { | ||
@@ -243,8 +256,4 @@ lane: 'LaneId', | ||
confirmTime: 'BlockNumber', | ||
lockedCollateral: 'Balance', | ||
assignedRelayers: 'Vec<PriorRelayer>' | ||
}, | ||
PriorRelayer: { | ||
id: 'AccountId', | ||
fee: 'Balance', | ||
validRange: 'BlockNumber' | ||
} | ||
@@ -251,0 +260,0 @@ }, |
{ | ||
"name": "@darwinia/types", | ||
"version": "2.6.100-1", | ||
"version": "2.6.100-2", | ||
"description": "Implementation of the Parity codec", | ||
@@ -25,4 +25,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"@darwinia/types-known": "^2.6.100-1" | ||
"@darwinia/types-known": "^2.6.100-2" | ||
} | ||
} |
551008
11380