// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

package components

type MoneroP2P struct {
	PingResponse *MoneroP2PPingResponse `json:"ping_response,omitempty"`
}

func (o *MoneroP2P) GetPingResponse() *MoneroP2PPingResponse {
	if o == nil {
		return nil
	}
	return o.PingResponse
}
