mirror of
https://github.com/status-im/status-go.git
synced 2025-01-11 07:07:24 +00:00
10 lines
129 B
Go
10 lines
129 B
Go
|
package krpc
|
||
|
|
||
|
import (
|
||
|
"github.com/anacrolix/torrent/metainfo"
|
||
|
)
|
||
|
|
||
|
type Bep46Payload struct {
|
||
|
Ih metainfo.Hash `bencode:"ih"`
|
||
|
}
|