다중서명 계정 업데이트

특정 Kaia 계정을 다중서명 계정으로 업데이트합니다. 계정 업데이트 트랜잭션을 실행할 때 트랜잭션 수수료를 지불해야 하므로 해당 계정에 잔액이 있어야 합니다.

Request
Security:
path Parameters
address
required
string

Kaia 계정 주소

header Parameters
x-chain-id
required
string

Kaia 네트워크 체인 ID (1001 또는 8217)

Request Body schema: application/json
threshold
required
integer <int64>

가중치 합계를 검증하는 기준치

required
Array of objects (MultisigKey)
Responses
200

요청이 성공적입니다.

400

요청이 유효하지 않습니다.

put/v2/account/{address}/multisig
Request samples
application/json
{
  • "threshold": 4,
  • "weightedKeys": [
    ]
}
Response samples
application/json
{
  • "address": "0xa809284C83b901eD106Aba4Ccda14628Af128e14",
  • "krn": "krn:1001:wallet:68ec0e4b-0f61-4e6f-ae35-be865ab23187:account-pool:default",
  • "multiSigKeys": [
    ],
  • "threshold": 4,
  • "transactionHash": "0xcd6c6a785bccbbb821e7fb0b3e1c15c0d35d6017706f843dd9cf7f3f4d3a452a",
  • "updatedAt": 1599187391
}