transcation, contract api 에러
294
allen lim
4 câu hỏi đã được viết
0
안녕하세요.
transfer 는 잘되는데
transcation, contract api는 아래와 같이 에러가 납니다.
뭐가 문제일까요?
const Eos = require('eosjs');
const config = {
httpEndpoint: 'https://api-kylin.eosasia.one',
chainId: '5fff1dae8dc8e2fc4d5b23b2c7665c97f9e9d8edf2b6485a86ba311c25639191',
keyProvider: ['5JWE7GiLKF7GHdpMMPT26CMCx8vdtTg8Qq8UTTyPLK3xe5zFQz4'],
};
Eos(config).contract('eosio.token')
.then(coin => coin.transfer('rozeus111111', 'rozeus111112', '1.0000 EOS', 'test Contract Transfer'))
.then(console.log).catch(console.error);
===> 에러 내용
|/Users/hyungsoolim/eosex|$ node transfer.js {"code":500,"message":"Internal Service Error",
"error":{"code":3040003,"name":"tx_no_auths","what":"Transaction should have at least one required auth ority",
"details":[{"message":"transaction must have at least one authorization","file":"transaction_context.cpp",
"line_number":744,"method":"validate_ referenced_accounts"}]}}
blockchain
javascript
dapp
EOSJS
Câu trả lời 0
Editor Component의 최적화 불가능 이슈
0
10
2
useCallback ⊂ useMemo
0
12
2
깃허브 저장소를 어디에 첨부하셨나요?
1
18
1
nestjs 강의는 없나요??
1
15
2
스타터 저장소
1
25
1
What is Rxjs
0
17
1
라이브러리 설치 질문
0
21
2
linter 질문
0
27
2
수업자료 링크 접속했는데 404에러 뜹니다 ㅠ
1
31
1
primitive에 onClick 이벤트가 안되는 경우
0
25
2
감정일기장 vercel 배포 후 새로 고침 시 404페이지가 뜨는 이유
0
36
2
자료실
1
34
2
Sort 메서드 관련 아티클
0
40
2
4.1) React.js를 소개합니다 강의를 듣고 궁금한 점이 생겼습니다.
0
40
2
html, body에 적용하는 css 스타일 질문입니다.
0
38
2
mainnet transaction
0
312
1
소리가 너무 작아요
0
275
0
transfer에러
0
759
5
16.02 설치 관련
0
421
2
API 조회에서 에러가 납니다.
0
296
1
안녕하세요 질문드립니다
0
329
2
eosjs@16.0.9 버전으로 하면 에러가 나네요...
0
288
0
transfer.js를 그대로 따라했는데 안되네요
0
307
1
기린넷에 계정이 안만들어집니다.
0
290
1

