Documentation ¶
Index ¶
- Variables
- type InactiveAddr
- func (*InactiveAddr) Descriptor() ([]byte, []int)
- func (this *InactiveAddr) Equal(that interface{}) bool
- func (m *InactiveAddr) GetAddress() string
- func (m *InactiveAddr) Marshal() (dAtA []byte, err error)
- func (m *InactiveAddr) MarshalTo(dAtA []byte) (int, error)
- func (m *InactiveAddr) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*InactiveAddr) ProtoMessage()
- func (m *InactiveAddr) Reset()
- func (m *InactiveAddr) Size() (n int)
- func (m *InactiveAddr) String() string
- func (m *InactiveAddr) Unmarshal(dAtA []byte) error
- func (m *InactiveAddr) XXX_DiscardUnknown()
- func (m *InactiveAddr) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InactiveAddr) XXX_Merge(src proto.Message)
- func (m *InactiveAddr) XXX_Size() int
- func (m *InactiveAddr) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type InactiveAddr ¶
type InactiveAddr struct {
Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
}
InactiveAddr models the blocked address for the bankplus module
func (*InactiveAddr) Descriptor ¶
func (*InactiveAddr) Descriptor() ([]byte, []int)
func (*InactiveAddr) Equal ¶
func (this *InactiveAddr) Equal(that interface{}) bool
func (*InactiveAddr) GetAddress ¶
func (m *InactiveAddr) GetAddress() string
func (*InactiveAddr) Marshal ¶
func (m *InactiveAddr) Marshal() (dAtA []byte, err error)
func (*InactiveAddr) MarshalToSizedBuffer ¶
func (m *InactiveAddr) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*InactiveAddr) ProtoMessage ¶
func (*InactiveAddr) ProtoMessage()
func (*InactiveAddr) Reset ¶
func (m *InactiveAddr) Reset()
func (*InactiveAddr) Size ¶
func (m *InactiveAddr) Size() (n int)
func (*InactiveAddr) String ¶
func (m *InactiveAddr) String() string
func (*InactiveAddr) Unmarshal ¶
func (m *InactiveAddr) Unmarshal(dAtA []byte) error
func (*InactiveAddr) XXX_DiscardUnknown ¶
func (m *InactiveAddr) XXX_DiscardUnknown()
func (*InactiveAddr) XXX_Marshal ¶
func (m *InactiveAddr) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InactiveAddr) XXX_Merge ¶
func (m *InactiveAddr) XXX_Merge(src proto.Message)
func (*InactiveAddr) XXX_Size ¶
func (m *InactiveAddr) XXX_Size() int
func (*InactiveAddr) XXX_Unmarshal ¶
func (m *InactiveAddr) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.