|
3 | 3 | /* eslint-disable */
|
4 | 4 | // @ts-nocheck
|
5 | 5 |
|
6 |
| -import { ActivateAccountRequest, ActivateAccountResponse, AddressFromBech32Request, AddressFromBech32Response, AddressFromMnemonicRequest, AddressFromMnemonicResponse, AddressToBech32Request, AddressToBech32Response, BroadcastTxCommitRequest, BroadcastTxCommitResponse, CallRequest, CallResponse, CreateAccountRequest, CreateAccountResponse, DeleteAccountRequest, DeleteAccountResponse, GenerateRecoveryPhraseRequest, GenerateRecoveryPhraseResponse, GetActivatedAccountRequest, GetActivatedAccountResponse, GetActiveAccountRequest, GetActiveAccountResponse, GetChainIDRequest, GetChainIDResponse, GetKeyInfoByAddressRequest, GetKeyInfoByAddressResponse, GetKeyInfoByNameOrAddressRequest, GetKeyInfoByNameOrAddressResponse, GetKeyInfoByNameRequest, GetKeyInfoByNameResponse, GetRemoteRequest, GetRemoteResponse, HasKeyByAddressRequest, HasKeyByAddressResponse, HasKeyByNameOrAddressRequest, HasKeyByNameOrAddressResponse, HasKeyByNameRequest, HasKeyByNameResponse, HelloRequest, HelloResponse, HelloStreamRequest, HelloStreamResponse, ListKeyInfoRequest, ListKeyInfoResponse, MakeTxResponse, QEvalRequest, QEvalResponse, QueryAccountRequest, QueryAccountResponse, QueryRequest, QueryResponse, RenderRequest, RenderResponse, RunRequest, RunResponse, SelectAccountRequest, SelectAccountResponse, SendRequest, SendResponse, SetChainIDRequest, SetChainIDResponse, SetPasswordRequest, SetPasswordResponse, SetRemoteRequest, SetRemoteResponse, SignTxRequest, SignTxResponse, UpdatePasswordRequest, UpdatePasswordResponse } from "./gnonativetypes_pb.js"; |
| 6 | +import { ActivateAccountRequest, ActivateAccountResponse, AddressFromBech32Request, AddressFromBech32Response, AddressFromMnemonicRequest, AddressFromMnemonicResponse, AddressToBech32Request, AddressToBech32Response, BroadcastTxCommitRequest, BroadcastTxCommitResponse, CallRequest, CallResponse, CreateAccountRequest, CreateAccountResponse, DeleteAccountRequest, DeleteAccountResponse, GenerateRecoveryPhraseRequest, GenerateRecoveryPhraseResponse, GetActivatedAccountRequest, GetActivatedAccountResponse, GetChainIDRequest, GetChainIDResponse, GetKeyInfoByAddressRequest, GetKeyInfoByAddressResponse, GetKeyInfoByNameOrAddressRequest, GetKeyInfoByNameOrAddressResponse, GetKeyInfoByNameRequest, GetKeyInfoByNameResponse, GetRemoteRequest, GetRemoteResponse, HasKeyByAddressRequest, HasKeyByAddressResponse, HasKeyByNameOrAddressRequest, HasKeyByNameOrAddressResponse, HasKeyByNameRequest, HasKeyByNameResponse, HelloRequest, HelloResponse, HelloStreamRequest, HelloStreamResponse, ListKeyInfoRequest, ListKeyInfoResponse, MakeTxResponse, QEvalRequest, QEvalResponse, QueryAccountRequest, QueryAccountResponse, QueryRequest, QueryResponse, RenderRequest, RenderResponse, RunRequest, RunResponse, SendRequest, SendResponse, SetChainIDRequest, SetChainIDResponse, SetPasswordRequest, SetPasswordResponse, SetRemoteRequest, SetRemoteResponse, SignTxRequest, SignTxResponse, UpdatePasswordRequest, UpdatePasswordResponse } from "./gnonativetypes_pb.js"; |
7 | 7 | import { MethodKind } from "@bufbuild/protobuf";
|
8 | 8 |
|
9 | 9 | /**
|
@@ -172,20 +172,6 @@ export declare const GnoNativeService: {
|
172 | 172 | readonly O: typeof CreateAccountResponse,
|
173 | 173 | readonly kind: MethodKind.Unary,
|
174 | 174 | },
|
175 |
| - /** |
176 |
| - * SelectAccount selects the active account to use for later operations. If the response has_password is |
177 |
| - * false, then you should set the password before using a method which needs it. |
178 |
| - * If the key doesn't exist, return [ErrCode](#land.gno.gnonative.v1.ErrCode).ErrCryptoKeyNotFound. |
179 |
| - * DEPRECATED. Use ActivateAccount. |
180 |
| - * |
181 |
| - * @generated from rpc land.gno.gnonative.v1.GnoNativeService.SelectAccount |
182 |
| - */ |
183 |
| - readonly selectAccount: { |
184 |
| - readonly name: "SelectAccount", |
185 |
| - readonly I: typeof SelectAccountRequest, |
186 |
| - readonly O: typeof SelectAccountResponse, |
187 |
| - readonly kind: MethodKind.Unary, |
188 |
| - }, |
189 | 175 | /**
|
190 | 176 | * Find the account in the keybase with the given name_or_bech32 and activate it. If the response has_password is
|
191 | 177 | * false, then you should call SetPassword before using a method which needs it.
|
@@ -227,21 +213,6 @@ export declare const GnoNativeService: {
|
227 | 213 | readonly O: typeof UpdatePasswordResponse,
|
228 | 214 | readonly kind: MethodKind.Unary,
|
229 | 215 | },
|
230 |
| - /** |
231 |
| - * GetActiveAccount gets the active account which was set by SelectAccount. |
232 |
| - * If no active account has been set with SelectAccount, return [ErrCode](#land.gno.gnonative.v1.ErrCode).ErrNoActiveAccount. |
233 |
| - * (To check if there is an active account, use ListKeyInfo and check the |
234 |
| - * length of the result.) |
235 |
| - * DEPRECATED: Use GetActivatedAccount. |
236 |
| - * |
237 |
| - * @generated from rpc land.gno.gnonative.v1.GnoNativeService.GetActiveAccount |
238 |
| - */ |
239 |
| - readonly getActiveAccount: { |
240 |
| - readonly name: "GetActiveAccount", |
241 |
| - readonly I: typeof GetActiveAccountRequest, |
242 |
| - readonly O: typeof GetActiveAccountResponse, |
243 |
| - readonly kind: MethodKind.Unary, |
244 |
| - }, |
245 | 216 | /**
|
246 | 217 | * GetActivatedAccount gets the info of the account by address which has been activated by ActivateAccount.
|
247 | 218 | * If there the given address is not specified, return [ErrCode](#land.gno.gnonative.v1.ErrCode).ErrInvalidAddress.
|
|
0 commit comments