Erc20ListAssetBundle
Response for the signature bundle to allowlist an ERC20 token in the collateral bridge
type Erc20ListAssetBundle {
assetSource: String!
vegaAssetId: String!
nonce: String!
signatures: String!
}
Fields
Erc20ListAssetBundle.assetSource
● String!
non-null scalar
The source asset in the ethereum network
Erc20ListAssetBundle.vegaAssetId
● String!
non-null scalar
The ID of the vega asset
Erc20ListAssetBundle.nonce
● String!
non-null scalar
The nonce to be used in the request
Erc20ListAssetBundle.signatures
● String!
non-null scalar
Signature aggregate from the nodes, in the following format: 0x + sig1 + sig2 + ... + sigN
Returned by
erc20ListAssetBundle
query