Account
Last updated
Last updated
클라이언트가 소유한 계정의 주소 목록을 반환합니다.
Parameters
None
Return Value
Type | Description |
---|---|
Example
입력으로 받은 주소에 해당하는 계정의 잔액을 반환합니다.
Parameters
Return Value
Example
입력으로 받은 주소의 코드를 반환합니다.
Parameters
Return Value
Example
어떤 주소의 계정에서 발신된 트랜잭션의 개수를 반환합니다.
Parameters
Return Value
Example
sign 메서드는 다음을 사용하여 Klaytn만의 서명을 계산합니다.
메시지에 접두사를 붙이면 계산된 서명 값이 Klaytn의 서명임을 알 수 있습니다. This prevents misuse where a malicious dApp signs arbitrary data (e.g. transaction) and uses the signature for impersonation.
참고: 서명하려는 계정은 잠금 해제되어 있어야 합니다.
Parameters
Return Value
Example
Name | Type | Description |
---|---|---|
Type | Description |
---|---|
Type | Description |
---|---|
Type | Description |
---|---|
Type | Description |
---|---|
Type | Description |
---|---|
Name | Type | Description |
---|---|---|
Type | Description |
---|---|
20바이트 크기 DATA array
클라이언트가 소유한 계정의 주소들을 반환합니다.
address
20-byte DATA
잔액을 확인할 계정의 주소입니다.
block number or hash
QUANTITY | TAG | HASH
정수 형태의 블록 번호 또는 기본 블록 매개변수나 블록 해시에서와 같이 "earliest"
, "latest"
, "pending"
과 같이 상태를 나타내는 문자열입니다.
QUANTITY
peb 단위 현재 잔액을 정수 형태로 반환합니다.
20-byte DATA
주소입니다.
QUANTITY | TAG | HASH
Integer or hexadecimal block number, or the string "earliest"
, "latest"
or "pending"
as in the default block parameter, or block hash.
DATA
입력으로 받은 주소의 코드입니다.
20-byte DATA
Address
QUANTITY | TAG | HASH
Integer or hexadecimal block number, or the string "earliest"
, "latest"
or "pending"
as in the default block parameter, or block hash.
QUANTITY
입력으로 받은 주소에서 발신한 트랜잭션의 개수를 정수 형태로 반환합니다.
account
20-byte DATA
Address
message
N 바이트 크기의 DATA
서명하려는 메시지입니다.
DATA
서명 값입니다.