Documentation ¶
Index ¶
Constants ¶
View Source
const CName = "nameservice.nameserviceclient"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnyNsClientService ¶
type AnyNsClientService interface { // AccountAbstractions methods: GetUserAccount(ctx context.Context, in *nsp.GetUserAccountRequest) (out *nsp.UserAccount, err error) AdminFundUserAccount(ctx context.Context, in *nsp.AdminFundUserAccountRequestSigned) (out *nsp.OperationResponse, err error) GetOperation(ctx context.Context, in *nsp.GetOperationStatusRequest) (out *nsp.OperationResponse, err error) CreateOperation(ctx context.Context, in *nsp.CreateUserOperationRequestSigned) (out *nsp.OperationResponse, err error) AnyNsClientServiceBase }
func New ¶
func New() AnyNsClientService
type AnyNsClientServiceBase ¶
type AnyNsClientServiceBase interface { IsNameAvailable(ctx context.Context, in *nsp.NameAvailableRequest) (out *nsp.NameAvailableResponse, err error) // reverse resolve GetNameByAddress(ctx context.Context, in *nsp.NameByAddressRequest) (out *nsp.NameByAddressResponse, err error) app.Component }
* This client component can be used to access the Any Naming System (any-ns) * from other components.
Click to show internal directories.
Click to hide internal directories.