package testclient import ( "ripple/types" ) type UserRequest struct { Instruction types.Instruction Counter uint32 }