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

package components

type RootStoreChain struct {
	Sha256fp []string `json:"sha256fp,omitempty"`
}

func (o *RootStoreChain) GetSha256fp() []string {
	if o == nil {
		return nil
	}
	return o.Sha256fp
}
