Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!
Open sidebar
白 鹿
contract-sdk-go
Commits
2a230458
Commit
2a230458
authored
Feb 09, 2023
by
gh lu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: update rwset comments
--bug=0
parent
b6cf182b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sdk/sdk_interface.go
sdk/sdk_interface.go
+2
-2
No files found.
sdk/sdk_interface.go
View file @
2a230458
...
...
@@ -34,7 +34,7 @@ type SDKInterface interface {
// @param field: 获取的参数名
// @return1: 获取结果,格式为string
// @return2: 获取错误信息
// Deprecated
// Deprecated
: 无法通过返回值来判断state是否存在,建议使用GetStateWithExists
GetState
(
key
,
field
string
)
(
string
,
error
)
// GetStateWithExists get [key, field] from chain
// @param key: 获取的参数名
...
...
@@ -58,7 +58,7 @@ type SDKInterface interface {
// @param key: 获取的参数名
// @return1: 获取结果,格式为string
// @return2: 获取错误信息
// Deprecated
// Deprecated
: 无法通过返回值来判断state是否存在,GetStateFromKeyWithExists
GetStateFromKey
(
key
string
)
(
string
,
error
)
// GetStateFromKeyWithExists get [key] from chain
// @param key: 获取的参数名
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment