patch message types
This commit is contained in:
parent
961f0f737a
commit
9e91a70f31
@ -70,27 +70,27 @@ func WrapTxToTypedData(
|
|||||||
return apitypes.TypedData{}, err
|
return apitypes.TypedData{}, err
|
||||||
}
|
}
|
||||||
|
|
||||||
// if msgTypes["TypePayloadRecord"] != nil {
|
if msgTypes["TypePayloadRecord"] != nil {
|
||||||
// // return apitypes.TypedData{}, fmt.Errorf("Message in msgTypes:%v\n", msg)
|
// return apitypes.TypedData{}, fmt.Errorf("Message in msgTypes:%v\n", msg)
|
||||||
// msgTypes["TypePayloadRecord"] = []apitypes.Type{
|
msgTypes["TypePayloadRecord"] = []apitypes.Type{
|
||||||
// {Name: "id", Type: "string"},
|
{Name: "id", Type: "string"},
|
||||||
// {Name: "bond_id", Type: "string"},
|
{Name: "bond_id", Type: "string"},
|
||||||
// {Name: "create_time", Type: "string"},
|
{Name: "create_time", Type: "string"},
|
||||||
// {Name: "expiry_time", Type: "string"},
|
{Name: "expiry_time", Type: "string"},
|
||||||
// {Name: "deleted", Type: "bool"},
|
{Name: "deleted", Type: "bool"},
|
||||||
// {Name: "attributes", Type: "TypePayloadRecordAttributes"},
|
{Name: "attributes", Type: "TypePayloadRecordAttributes"},
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
// if msgTypes["TypePayloadRecordAttributes"] != nil {
|
if msgTypes["TypePayloadRecordAttributes"] != nil {
|
||||||
// msgTypes["TypePayloadRecordAttributes"] = []apitypes.Type{
|
msgTypes["TypePayloadRecordAttributes"] = []apitypes.Type{
|
||||||
// {Name: "url", Type: "string"},
|
{Name: "url", Type: "string"},
|
||||||
// {Name: "repo_registration_record_cid", Type: "string"},
|
{Name: "repo_registration_record_cid", Type: "string"},
|
||||||
// {Name: "build_artifact_cid", Type: "string"},
|
{Name: "build_artifact_cid", Type: "string"},
|
||||||
// {Name: "tls_cert_cid", Type: "string"},
|
{Name: "tls_cert_cid", Type: "string"},
|
||||||
// {Name: "type", Type: "string"},
|
{Name: "type", Type: "string"},
|
||||||
// }
|
}
|
||||||
// delete(msgTypes, "TypePayloadRecordAttributesValue")
|
delete(msgTypes, "TypePayloadRecordAttributesValue")
|
||||||
// }
|
}
|
||||||
|
|
||||||
if feeDelegation != nil {
|
if feeDelegation != nil {
|
||||||
feeInfo, ok := txData["fee"].(map[string]interface{})
|
feeInfo, ok := txData["fee"].(map[string]interface{})
|
||||||
|
Loading…
Reference in New Issue
Block a user