func (m Process_Node_Map_Output_Map) MarshalAmino() ([]KeyOutput, error) {
    p := make([]KeyOutput, len(m.Outputs))
    outputKeys := make([]string, len(m.Outputs))
    i := 0
    for key := range m.Outputs {